3.4.67 \(\int \text {sech}^7(e+f x) (a+b \sinh ^2(e+f x))^{3/2} \, dx\) [367]

Optimal. Leaf size=205 \[ \frac {a^2 (5 a-6 b) \text {ArcTan}\left (\frac {\sqrt {a-b} \sinh (e+f x)}{\sqrt {a+b \sinh ^2(e+f x)}}\right )}{16 (a-b)^{3/2} f}+\frac {a (5 a-6 b) \text {sech}(e+f x) \sqrt {a+b \sinh ^2(e+f x)} \tanh (e+f x)}{16 (a-b) f}+\frac {(5 a-6 b) \text {sech}^3(e+f x) \left (a+b \sinh ^2(e+f x)\right )^{3/2} \tanh (e+f x)}{24 (a-b) f}+\frac {\text {sech}^5(e+f x) \left (a+b \sinh ^2(e+f x)\right )^{5/2} \tanh (e+f x)}{6 (a-b) f} \]

[Out]

1/16*a^2*(5*a-6*b)*arctan(sinh(f*x+e)*(a-b)^(1/2)/(a+b*sinh(f*x+e)^2)^(1/2))/(a-b)^(3/2)/f+1/24*(5*a-6*b)*sech
(f*x+e)^3*(a+b*sinh(f*x+e)^2)^(3/2)*tanh(f*x+e)/(a-b)/f+1/6*sech(f*x+e)^5*(a+b*sinh(f*x+e)^2)^(5/2)*tanh(f*x+e
)/(a-b)/f+1/16*a*(5*a-6*b)*sech(f*x+e)*(a+b*sinh(f*x+e)^2)^(1/2)*tanh(f*x+e)/(a-b)/f

________________________________________________________________________________________

Rubi [A]
time = 0.12, antiderivative size = 205, normalized size of antiderivative = 1.00, number of steps used = 6, number of rules used = 5, integrand size = 25, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.200, Rules used = {3269, 390, 386, 385, 209} \begin {gather*} \frac {a^2 (5 a-6 b) \text {ArcTan}\left (\frac {\sqrt {a-b} \sinh (e+f x)}{\sqrt {a+b \sinh ^2(e+f x)}}\right )}{16 f (a-b)^{3/2}}+\frac {\tanh (e+f x) \text {sech}^5(e+f x) \left (a+b \sinh ^2(e+f x)\right )^{5/2}}{6 f (a-b)}+\frac {(5 a-6 b) \tanh (e+f x) \text {sech}^3(e+f x) \left (a+b \sinh ^2(e+f x)\right )^{3/2}}{24 f (a-b)}+\frac {a (5 a-6 b) \tanh (e+f x) \text {sech}(e+f x) \sqrt {a+b \sinh ^2(e+f x)}}{16 f (a-b)} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Sech[e + f*x]^7*(a + b*Sinh[e + f*x]^2)^(3/2),x]

[Out]

(a^2*(5*a - 6*b)*ArcTan[(Sqrt[a - b]*Sinh[e + f*x])/Sqrt[a + b*Sinh[e + f*x]^2]])/(16*(a - b)^(3/2)*f) + (a*(5
*a - 6*b)*Sech[e + f*x]*Sqrt[a + b*Sinh[e + f*x]^2]*Tanh[e + f*x])/(16*(a - b)*f) + ((5*a - 6*b)*Sech[e + f*x]
^3*(a + b*Sinh[e + f*x]^2)^(3/2)*Tanh[e + f*x])/(24*(a - b)*f) + (Sech[e + f*x]^5*(a + b*Sinh[e + f*x]^2)^(5/2
)*Tanh[e + f*x])/(6*(a - b)*f)

Rule 209

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1/(Rt[a, 2]*Rt[b, 2]))*ArcTan[Rt[b, 2]*(x/Rt[a, 2])], x] /;
 FreeQ[{a, b}, x] && PosQ[a/b] && (GtQ[a, 0] || GtQ[b, 0])

Rule 385

Int[((a_) + (b_.)*(x_)^(n_))^(p_)/((c_) + (d_.)*(x_)^(n_)), x_Symbol] :> Subst[Int[1/(c - (b*c - a*d)*x^n), x]
, x, x/(a + b*x^n)^(1/n)] /; FreeQ[{a, b, c, d}, x] && NeQ[b*c - a*d, 0] && EqQ[n*p + 1, 0] && IntegerQ[n]

Rule 386

Int[((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_.), x_Symbol] :> Simp[(-x)*(a + b*x^n)^(p + 1)*(
(c + d*x^n)^q/(a*n*(p + 1))), x] - Dist[c*(q/(a*(p + 1))), Int[(a + b*x^n)^(p + 1)*(c + d*x^n)^(q - 1), x], x]
 /; FreeQ[{a, b, c, d, n, p}, x] && NeQ[b*c - a*d, 0] && EqQ[n*(p + q + 1) + 1, 0] && GtQ[q, 0] && NeQ[p, -1]

Rule 390

Int[((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_), x_Symbol] :> Simp[(-b)*x*(a + b*x^n)^(p + 1)*
((c + d*x^n)^(q + 1)/(a*n*(p + 1)*(b*c - a*d))), x] + Dist[(b*c + n*(p + 1)*(b*c - a*d))/(a*n*(p + 1)*(b*c - a
*d)), Int[(a + b*x^n)^(p + 1)*(c + d*x^n)^q, x], x] /; FreeQ[{a, b, c, d, n, q}, x] && NeQ[b*c - a*d, 0] && Eq
Q[n*(p + q + 2) + 1, 0] && (LtQ[p, -1] ||  !LtQ[q, -1]) && NeQ[p, -1]

Rule 3269

Int[cos[(e_.) + (f_.)*(x_)]^(m_.)*((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)]^2)^(p_.), x_Symbol] :> With[{ff = Free
Factors[Sin[e + f*x], x]}, Dist[ff/f, Subst[Int[(1 - ff^2*x^2)^((m - 1)/2)*(a + b*ff^2*x^2)^p, x], x, Sin[e +
f*x]/ff], x]] /; FreeQ[{a, b, e, f, p}, x] && IntegerQ[(m - 1)/2]

Rubi steps

\begin {align*} \int \text {sech}^7(e+f x) \left (a+b \sinh ^2(e+f x)\right )^{3/2} \, dx &=\frac {\text {Subst}\left (\int \frac {\left (a+b x^2\right )^{3/2}}{\left (1+x^2\right )^4} \, dx,x,\sinh (e+f x)\right )}{f}\\ &=\frac {\text {sech}^5(e+f x) \left (a+b \sinh ^2(e+f x)\right )^{5/2} \tanh (e+f x)}{6 (a-b) f}+\frac {(5 a-6 b) \text {Subst}\left (\int \frac {\left (a+b x^2\right )^{3/2}}{\left (1+x^2\right )^3} \, dx,x,\sinh (e+f x)\right )}{6 (a-b) f}\\ &=\frac {(5 a-6 b) \text {sech}^3(e+f x) \left (a+b \sinh ^2(e+f x)\right )^{3/2} \tanh (e+f x)}{24 (a-b) f}+\frac {\text {sech}^5(e+f x) \left (a+b \sinh ^2(e+f x)\right )^{5/2} \tanh (e+f x)}{6 (a-b) f}+\frac {(a (5 a-6 b)) \text {Subst}\left (\int \frac {\sqrt {a+b x^2}}{\left (1+x^2\right )^2} \, dx,x,\sinh (e+f x)\right )}{8 (a-b) f}\\ &=\frac {a (5 a-6 b) \text {sech}(e+f x) \sqrt {a+b \sinh ^2(e+f x)} \tanh (e+f x)}{16 (a-b) f}+\frac {(5 a-6 b) \text {sech}^3(e+f x) \left (a+b \sinh ^2(e+f x)\right )^{3/2} \tanh (e+f x)}{24 (a-b) f}+\frac {\text {sech}^5(e+f x) \left (a+b \sinh ^2(e+f x)\right )^{5/2} \tanh (e+f x)}{6 (a-b) f}+\frac {\left (a^2 (5 a-6 b)\right ) \text {Subst}\left (\int \frac {1}{\left (1+x^2\right ) \sqrt {a+b x^2}} \, dx,x,\sinh (e+f x)\right )}{16 (a-b) f}\\ &=\frac {a (5 a-6 b) \text {sech}(e+f x) \sqrt {a+b \sinh ^2(e+f x)} \tanh (e+f x)}{16 (a-b) f}+\frac {(5 a-6 b) \text {sech}^3(e+f x) \left (a+b \sinh ^2(e+f x)\right )^{3/2} \tanh (e+f x)}{24 (a-b) f}+\frac {\text {sech}^5(e+f x) \left (a+b \sinh ^2(e+f x)\right )^{5/2} \tanh (e+f x)}{6 (a-b) f}+\frac {\left (a^2 (5 a-6 b)\right ) \text {Subst}\left (\int \frac {1}{1-(-a+b) x^2} \, dx,x,\frac {\sinh (e+f x)}{\sqrt {a+b \sinh ^2(e+f x)}}\right )}{16 (a-b) f}\\ &=\frac {a^2 (5 a-6 b) \tan ^{-1}\left (\frac {\sqrt {a-b} \sinh (e+f x)}{\sqrt {a+b \sinh ^2(e+f x)}}\right )}{16 (a-b)^{3/2} f}+\frac {a (5 a-6 b) \text {sech}(e+f x) \sqrt {a+b \sinh ^2(e+f x)} \tanh (e+f x)}{16 (a-b) f}+\frac {(5 a-6 b) \text {sech}^3(e+f x) \left (a+b \sinh ^2(e+f x)\right )^{3/2} \tanh (e+f x)}{24 (a-b) f}+\frac {\text {sech}^5(e+f x) \left (a+b \sinh ^2(e+f x)\right )^{5/2} \tanh (e+f x)}{6 (a-b) f}\\ \end {align*}

________________________________________________________________________________________

Mathematica [C] Result contains higher order function than in optimal. Order 5 vs. order 3 in optimal.
time = 11.38, size = 959, normalized size = 4.68 \begin {gather*} \frac {a^2 \text {sech}^3(e+f x) \left (1+\frac {b \sinh ^2(e+f x)}{a}\right )^2 \tanh (e+f x) \left (45 a \text {ArcSin}\left (\sqrt {\frac {(a-b) \tanh ^2(e+f x)}{a}}\right )+30 b \text {ArcSin}\left (\sqrt {\frac {(a-b) \tanh ^2(e+f x)}{a}}\right ) \sinh ^2(e+f x)+210 a \sqrt {\frac {\text {sech}^2(e+f x) \left (a+b \sinh ^2(e+f x)\right )}{a}} \left (\frac {(a-b) \tanh ^2(e+f x)}{a}\right )^{3/2}+140 b \sinh ^2(e+f x) \sqrt {\frac {\text {sech}^2(e+f x) \left (a+b \sinh ^2(e+f x)\right )}{a}} \left (\frac {(a-b) \tanh ^2(e+f x)}{a}\right )^{3/2}-120 a \sqrt {\frac {\text {sech}^2(e+f x) \left (a+b \sinh ^2(e+f x)\right )}{a}} \left (\frac {(a-b) \tanh ^2(e+f x)}{a}\right )^{5/2}+256 a \, _2F_1\left (2,5;\frac {7}{2};\frac {(a-b) \tanh ^2(e+f x)}{a}\right ) \sqrt {\frac {\text {sech}^2(e+f x) \left (a+b \sinh ^2(e+f x)\right )}{a}} \left (\frac {(a-b) \tanh ^2(e+f x)}{a}\right )^{5/2}-80 b \sinh ^2(e+f x) \sqrt {\frac {\text {sech}^2(e+f x) \left (a+b \sinh ^2(e+f x)\right )}{a}} \left (\frac {(a-b) \tanh ^2(e+f x)}{a}\right )^{5/2}+256 b \, _2F_1\left (2,5;\frac {7}{2};\frac {(a-b) \tanh ^2(e+f x)}{a}\right ) \sinh ^2(e+f x) \sqrt {\frac {\text {sech}^2(e+f x) \left (a+b \sinh ^2(e+f x)\right )}{a}} \left (\frac {(a-b) \tanh ^2(e+f x)}{a}\right )^{5/2}-512 a \, _2F_1\left (2,5;\frac {7}{2};\frac {(a-b) \tanh ^2(e+f x)}{a}\right ) \sqrt {\frac {\text {sech}^2(e+f x) \left (a+b \sinh ^2(e+f x)\right )}{a}} \left (\frac {(a-b) \tanh ^2(e+f x)}{a}\right )^{7/2}-512 b \, _2F_1\left (2,5;\frac {7}{2};\frac {(a-b) \tanh ^2(e+f x)}{a}\right ) \sinh ^2(e+f x) \sqrt {\frac {\text {sech}^2(e+f x) \left (a+b \sinh ^2(e+f x)\right )}{a}} \left (\frac {(a-b) \tanh ^2(e+f x)}{a}\right )^{7/2}+256 a \, _2F_1\left (2,5;\frac {7}{2};\frac {(a-b) \tanh ^2(e+f x)}{a}\right ) \sqrt {\frac {\text {sech}^2(e+f x) \left (a+b \sinh ^2(e+f x)\right )}{a}} \left (\frac {(a-b) \tanh ^2(e+f x)}{a}\right )^{9/2}+256 b \, _2F_1\left (2,5;\frac {7}{2};\frac {(a-b) \tanh ^2(e+f x)}{a}\right ) \sinh ^2(e+f x) \sqrt {\frac {\text {sech}^2(e+f x) \left (a+b \sinh ^2(e+f x)\right )}{a}} \left (\frac {(a-b) \tanh ^2(e+f x)}{a}\right )^{9/2}-45 a \sqrt {\frac {(a-b) \text {sech}^2(e+f x) \left (a+b \sinh ^2(e+f x)\right ) \tanh ^2(e+f x)}{a^2}}-30 b \sinh ^2(e+f x) \sqrt {\frac {(a-b) \text {sech}^2(e+f x) \left (a+b \sinh ^2(e+f x)\right ) \tanh ^2(e+f x)}{a^2}}\right )}{240 f \left (a+b \sinh ^2(e+f x)\right )^{3/2} \sqrt {\frac {\text {sech}^2(e+f x) \left (a+b \sinh ^2(e+f x)\right )}{a}} \left (\frac {(a-b) \tanh ^2(e+f x)}{a}\right )^{3/2}} \end {gather*}

Warning: Unable to verify antiderivative.

[In]

Integrate[Sech[e + f*x]^7*(a + b*Sinh[e + f*x]^2)^(3/2),x]

[Out]

(a^2*Sech[e + f*x]^3*(1 + (b*Sinh[e + f*x]^2)/a)^2*Tanh[e + f*x]*(45*a*ArcSin[Sqrt[((a - b)*Tanh[e + f*x]^2)/a
]] + 30*b*ArcSin[Sqrt[((a - b)*Tanh[e + f*x]^2)/a]]*Sinh[e + f*x]^2 + 210*a*Sqrt[(Sech[e + f*x]^2*(a + b*Sinh[
e + f*x]^2))/a]*(((a - b)*Tanh[e + f*x]^2)/a)^(3/2) + 140*b*Sinh[e + f*x]^2*Sqrt[(Sech[e + f*x]^2*(a + b*Sinh[
e + f*x]^2))/a]*(((a - b)*Tanh[e + f*x]^2)/a)^(3/2) - 120*a*Sqrt[(Sech[e + f*x]^2*(a + b*Sinh[e + f*x]^2))/a]*
(((a - b)*Tanh[e + f*x]^2)/a)^(5/2) + 256*a*Hypergeometric2F1[2, 5, 7/2, ((a - b)*Tanh[e + f*x]^2)/a]*Sqrt[(Se
ch[e + f*x]^2*(a + b*Sinh[e + f*x]^2))/a]*(((a - b)*Tanh[e + f*x]^2)/a)^(5/2) - 80*b*Sinh[e + f*x]^2*Sqrt[(Sec
h[e + f*x]^2*(a + b*Sinh[e + f*x]^2))/a]*(((a - b)*Tanh[e + f*x]^2)/a)^(5/2) + 256*b*Hypergeometric2F1[2, 5, 7
/2, ((a - b)*Tanh[e + f*x]^2)/a]*Sinh[e + f*x]^2*Sqrt[(Sech[e + f*x]^2*(a + b*Sinh[e + f*x]^2))/a]*(((a - b)*T
anh[e + f*x]^2)/a)^(5/2) - 512*a*Hypergeometric2F1[2, 5, 7/2, ((a - b)*Tanh[e + f*x]^2)/a]*Sqrt[(Sech[e + f*x]
^2*(a + b*Sinh[e + f*x]^2))/a]*(((a - b)*Tanh[e + f*x]^2)/a)^(7/2) - 512*b*Hypergeometric2F1[2, 5, 7/2, ((a -
b)*Tanh[e + f*x]^2)/a]*Sinh[e + f*x]^2*Sqrt[(Sech[e + f*x]^2*(a + b*Sinh[e + f*x]^2))/a]*(((a - b)*Tanh[e + f*
x]^2)/a)^(7/2) + 256*a*Hypergeometric2F1[2, 5, 7/2, ((a - b)*Tanh[e + f*x]^2)/a]*Sqrt[(Sech[e + f*x]^2*(a + b*
Sinh[e + f*x]^2))/a]*(((a - b)*Tanh[e + f*x]^2)/a)^(9/2) + 256*b*Hypergeometric2F1[2, 5, 7/2, ((a - b)*Tanh[e
+ f*x]^2)/a]*Sinh[e + f*x]^2*Sqrt[(Sech[e + f*x]^2*(a + b*Sinh[e + f*x]^2))/a]*(((a - b)*Tanh[e + f*x]^2)/a)^(
9/2) - 45*a*Sqrt[((a - b)*Sech[e + f*x]^2*(a + b*Sinh[e + f*x]^2)*Tanh[e + f*x]^2)/a^2] - 30*b*Sinh[e + f*x]^2
*Sqrt[((a - b)*Sech[e + f*x]^2*(a + b*Sinh[e + f*x]^2)*Tanh[e + f*x]^2)/a^2]))/(240*f*(a + b*Sinh[e + f*x]^2)^
(3/2)*Sqrt[(Sech[e + f*x]^2*(a + b*Sinh[e + f*x]^2))/a]*(((a - b)*Tanh[e + f*x]^2)/a)^(3/2))

________________________________________________________________________________________

Maple [C] Result contains higher order function than in optimal. Order 9 vs. order 3.
time = 1.21, size = 63, normalized size = 0.31 \[\frac {\mathit {`\,int/indef0`\,}\left (\frac {b^{2} \left (\sinh ^{4}\left (f x +e \right )\right )+2 a b \left (\sinh ^{2}\left (f x +e \right )\right )+a^{2}}{\cosh \left (f x +e \right )^{8} \sqrt {a +b \left (\sinh ^{2}\left (f x +e \right )\right )}}, \sinh \left (f x +e \right )\right )}{f}\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sech(f*x+e)^7*(a+b*sinh(f*x+e)^2)^(3/2),x)

[Out]

`int/indef0`((b^2*sinh(f*x+e)^4+2*a*b*sinh(f*x+e)^2+a^2)/cosh(f*x+e)^8/(a+b*sinh(f*x+e)^2)^(1/2),sinh(f*x+e))/
f

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sech(f*x+e)^7*(a+b*sinh(f*x+e)^2)^(3/2),x, algorithm="maxima")

[Out]

integrate((b*sinh(f*x + e)^2 + a)^(3/2)*sech(f*x + e)^7, x)

________________________________________________________________________________________

Fricas [B] Leaf count of result is larger than twice the leaf count of optimal. 3758 vs. \(2 (185) = 370\).
time = 0.95, size = 7633, normalized size = 37.23 \begin {gather*} \text {too large to display} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sech(f*x+e)^7*(a+b*sinh(f*x+e)^2)^(3/2),x, algorithm="fricas")

[Out]

[-1/96*(3*((5*a^3 - 6*a^2*b)*cosh(f*x + e)^12 + 12*(5*a^3 - 6*a^2*b)*cosh(f*x + e)*sinh(f*x + e)^11 + (5*a^3 -
 6*a^2*b)*sinh(f*x + e)^12 + 6*(5*a^3 - 6*a^2*b)*cosh(f*x + e)^10 + 6*(5*a^3 - 6*a^2*b + 11*(5*a^3 - 6*a^2*b)*
cosh(f*x + e)^2)*sinh(f*x + e)^10 + 20*(11*(5*a^3 - 6*a^2*b)*cosh(f*x + e)^3 + 3*(5*a^3 - 6*a^2*b)*cosh(f*x +
e))*sinh(f*x + e)^9 + 15*(5*a^3 - 6*a^2*b)*cosh(f*x + e)^8 + 15*(33*(5*a^3 - 6*a^2*b)*cosh(f*x + e)^4 + 5*a^3
- 6*a^2*b + 18*(5*a^3 - 6*a^2*b)*cosh(f*x + e)^2)*sinh(f*x + e)^8 + 24*(33*(5*a^3 - 6*a^2*b)*cosh(f*x + e)^5 +
 30*(5*a^3 - 6*a^2*b)*cosh(f*x + e)^3 + 5*(5*a^3 - 6*a^2*b)*cosh(f*x + e))*sinh(f*x + e)^7 + 20*(5*a^3 - 6*a^2
*b)*cosh(f*x + e)^6 + 4*(231*(5*a^3 - 6*a^2*b)*cosh(f*x + e)^6 + 315*(5*a^3 - 6*a^2*b)*cosh(f*x + e)^4 + 25*a^
3 - 30*a^2*b + 105*(5*a^3 - 6*a^2*b)*cosh(f*x + e)^2)*sinh(f*x + e)^6 + 24*(33*(5*a^3 - 6*a^2*b)*cosh(f*x + e)
^7 + 63*(5*a^3 - 6*a^2*b)*cosh(f*x + e)^5 + 35*(5*a^3 - 6*a^2*b)*cosh(f*x + e)^3 + 5*(5*a^3 - 6*a^2*b)*cosh(f*
x + e))*sinh(f*x + e)^5 + 15*(5*a^3 - 6*a^2*b)*cosh(f*x + e)^4 + 15*(33*(5*a^3 - 6*a^2*b)*cosh(f*x + e)^8 + 84
*(5*a^3 - 6*a^2*b)*cosh(f*x + e)^6 + 70*(5*a^3 - 6*a^2*b)*cosh(f*x + e)^4 + 5*a^3 - 6*a^2*b + 20*(5*a^3 - 6*a^
2*b)*cosh(f*x + e)^2)*sinh(f*x + e)^4 + 20*(11*(5*a^3 - 6*a^2*b)*cosh(f*x + e)^9 + 36*(5*a^3 - 6*a^2*b)*cosh(f
*x + e)^7 + 42*(5*a^3 - 6*a^2*b)*cosh(f*x + e)^5 + 20*(5*a^3 - 6*a^2*b)*cosh(f*x + e)^3 + 3*(5*a^3 - 6*a^2*b)*
cosh(f*x + e))*sinh(f*x + e)^3 + 5*a^3 - 6*a^2*b + 6*(5*a^3 - 6*a^2*b)*cosh(f*x + e)^2 + 6*(11*(5*a^3 - 6*a^2*
b)*cosh(f*x + e)^10 + 45*(5*a^3 - 6*a^2*b)*cosh(f*x + e)^8 + 70*(5*a^3 - 6*a^2*b)*cosh(f*x + e)^6 + 50*(5*a^3
- 6*a^2*b)*cosh(f*x + e)^4 + 5*a^3 - 6*a^2*b + 15*(5*a^3 - 6*a^2*b)*cosh(f*x + e)^2)*sinh(f*x + e)^2 + 12*((5*
a^3 - 6*a^2*b)*cosh(f*x + e)^11 + 5*(5*a^3 - 6*a^2*b)*cosh(f*x + e)^9 + 10*(5*a^3 - 6*a^2*b)*cosh(f*x + e)^7 +
 10*(5*a^3 - 6*a^2*b)*cosh(f*x + e)^5 + 5*(5*a^3 - 6*a^2*b)*cosh(f*x + e)^3 + (5*a^3 - 6*a^2*b)*cosh(f*x + e))
*sinh(f*x + e))*sqrt(-a + b)*log(((a - 2*b)*cosh(f*x + e)^4 + 4*(a - 2*b)*cosh(f*x + e)*sinh(f*x + e)^3 + (a -
 2*b)*sinh(f*x + e)^4 - 2*(3*a - 2*b)*cosh(f*x + e)^2 + 2*(3*(a - 2*b)*cosh(f*x + e)^2 - 3*a + 2*b)*sinh(f*x +
 e)^2 - 2*sqrt(2)*(cosh(f*x + e)^2 + 2*cosh(f*x + e)*sinh(f*x + e) + sinh(f*x + e)^2 - 1)*sqrt(-a + b)*sqrt((b
*cosh(f*x + e)^2 + b*sinh(f*x + e)^2 + 2*a - b)/(cosh(f*x + e)^2 - 2*cosh(f*x + e)*sinh(f*x + e) + sinh(f*x +
e)^2)) + 4*((a - 2*b)*cosh(f*x + e)^3 - (3*a - 2*b)*cosh(f*x + e))*sinh(f*x + e) + a - 2*b)/(cosh(f*x + e)^4 +
 4*cosh(f*x + e)*sinh(f*x + e)^3 + sinh(f*x + e)^4 + 2*(3*cosh(f*x + e)^2 + 1)*sinh(f*x + e)^2 + 2*cosh(f*x +
e)^2 + 4*(cosh(f*x + e)^3 + cosh(f*x + e))*sinh(f*x + e) + 1)) - 2*sqrt(2)*((15*a^3 - 23*a^2*b + 4*a*b^2 + 4*b
^3)*cosh(f*x + e)^10 + 10*(15*a^3 - 23*a^2*b + 4*a*b^2 + 4*b^3)*cosh(f*x + e)*sinh(f*x + e)^9 + (15*a^3 - 23*a
^2*b + 4*a*b^2 + 4*b^3)*sinh(f*x + e)^10 + (85*a^3 - 133*a^2*b + 20*a*b^2 + 28*b^3)*cosh(f*x + e)^8 + (85*a^3
- 133*a^2*b + 20*a*b^2 + 28*b^3 + 45*(15*a^3 - 23*a^2*b + 4*a*b^2 + 4*b^3)*cosh(f*x + e)^2)*sinh(f*x + e)^8 +
8*(15*(15*a^3 - 23*a^2*b + 4*a*b^2 + 4*b^3)*cosh(f*x + e)^3 + (85*a^3 - 133*a^2*b + 20*a*b^2 + 28*b^3)*cosh(f*
x + e))*sinh(f*x + e)^7 + 2*(99*a^3 - 247*a^2*b + 200*a*b^2 - 52*b^3)*cosh(f*x + e)^6 + 2*(105*(15*a^3 - 23*a^
2*b + 4*a*b^2 + 4*b^3)*cosh(f*x + e)^4 + 99*a^3 - 247*a^2*b + 200*a*b^2 - 52*b^3 + 14*(85*a^3 - 133*a^2*b + 20
*a*b^2 + 28*b^3)*cosh(f*x + e)^2)*sinh(f*x + e)^6 + 4*(63*(15*a^3 - 23*a^2*b + 4*a*b^2 + 4*b^3)*cosh(f*x + e)^
5 + 14*(85*a^3 - 133*a^2*b + 20*a*b^2 + 28*b^3)*cosh(f*x + e)^3 + 3*(99*a^3 - 247*a^2*b + 200*a*b^2 - 52*b^3)*
cosh(f*x + e))*sinh(f*x + e)^5 - 2*(99*a^3 - 247*a^2*b + 200*a*b^2 - 52*b^3)*cosh(f*x + e)^4 + 2*(105*(15*a^3
- 23*a^2*b + 4*a*b^2 + 4*b^3)*cosh(f*x + e)^6 + 35*(85*a^3 - 133*a^2*b + 20*a*b^2 + 28*b^3)*cosh(f*x + e)^4 -
99*a^3 + 247*a^2*b - 200*a*b^2 + 52*b^3 + 15*(99*a^3 - 247*a^2*b + 200*a*b^2 - 52*b^3)*cosh(f*x + e)^2)*sinh(f
*x + e)^4 + 8*(15*(15*a^3 - 23*a^2*b + 4*a*b^2 + 4*b^3)*cosh(f*x + e)^7 + 7*(85*a^3 - 133*a^2*b + 20*a*b^2 + 2
8*b^3)*cosh(f*x + e)^5 + 5*(99*a^3 - 247*a^2*b + 200*a*b^2 - 52*b^3)*cosh(f*x + e)^3 - (99*a^3 - 247*a^2*b + 2
00*a*b^2 - 52*b^3)*cosh(f*x + e))*sinh(f*x + e)^3 - 15*a^3 + 23*a^2*b - 4*a*b^2 - 4*b^3 - (85*a^3 - 133*a^2*b
+ 20*a*b^2 + 28*b^3)*cosh(f*x + e)^2 + (45*(15*a^3 - 23*a^2*b + 4*a*b^2 + 4*b^3)*cosh(f*x + e)^8 + 28*(85*a^3
- 133*a^2*b + 20*a*b^2 + 28*b^3)*cosh(f*x + e)^6 + 30*(99*a^3 - 247*a^2*b + 200*a*b^2 - 52*b^3)*cosh(f*x + e)^
4 - 85*a^3 + 133*a^2*b - 20*a*b^2 - 28*b^3 - 12*(99*a^3 - 247*a^2*b + 200*a*b^2 - 52*b^3)*cosh(f*x + e)^2)*sin
h(f*x + e)^2 + 2*(5*(15*a^3 - 23*a^2*b + 4*a*b^2 + 4*b^3)*cosh(f*x + e)^9 + 4*(85*a^3 - 133*a^2*b + 20*a*b^2 +
 28*b^3)*cosh(f*x + e)^7 + 6*(99*a^3 - 247*a^2*b + 200*a*b^2 - 52*b^3)*cosh(f*x + e)^5 - 4*(99*a^3 - 247*a^2*b
 + 200*a*b^2 - 52*b^3)*cosh(f*x + e)^3 - (85*a^3 - 133*a^2*b + 20*a*b^2 + 28*b^3)*cosh(f*x + e))*sinh(f*x + e)
)*sqrt((b*cosh(f*x + e)^2 + b*sinh(f*x + e)^2 +...

________________________________________________________________________________________

Sympy [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sech(f*x+e)**7*(a+b*sinh(f*x+e)**2)**(3/2),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [B] Leaf count of result is larger than twice the leaf count of optimal. 4555 vs. \(2 (185) = 370\).
time = 1.73, size = 4555, normalized size = 22.22 \begin {gather*} \text {Too large to display} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sech(f*x+e)^7*(a+b*sinh(f*x+e)^2)^(3/2),x, algorithm="giac")

[Out]

1/24*(3*(5*a^3 - 6*a^2*b)*arctan(-1/2*(sqrt(b)*e^(2*f*x + 2*e) - sqrt(b*e^(4*f*x + 4*e) + 4*a*e^(2*f*x + 2*e)
- 2*b*e^(2*f*x + 2*e) + b) + sqrt(b))/sqrt(a - b))/(a - b)^(3/2) - 2*(15*(sqrt(b)*e^(2*f*x + 2*e) - sqrt(b*e^(
4*f*x + 4*e) + 4*a*e^(2*f*x + 2*e) - 2*b*e^(2*f*x + 2*e) + b))^11*a^3 - 18*(sqrt(b)*e^(2*f*x + 2*e) - sqrt(b*e
^(4*f*x + 4*e) + 4*a*e^(2*f*x + 2*e) - 2*b*e^(2*f*x + 2*e) + b))^11*a^2*b + 165*(sqrt(b)*e^(2*f*x + 2*e) - sqr
t(b*e^(4*f*x + 4*e) + 4*a*e^(2*f*x + 2*e) - 2*b*e^(2*f*x + 2*e) + b))^10*a^3*sqrt(b) - 198*(sqrt(b)*e^(2*f*x +
 2*e) - sqrt(b*e^(4*f*x + 4*e) + 4*a*e^(2*f*x + 2*e) - 2*b*e^(2*f*x + 2*e) + b))^10*a^2*b^(3/2) - 192*(sqrt(b)
*e^(2*f*x + 2*e) - sqrt(b*e^(4*f*x + 4*e) + 4*a*e^(2*f*x + 2*e) - 2*b*e^(2*f*x + 2*e) + b))^10*a*b^(5/2) + 192
*(sqrt(b)*e^(2*f*x + 2*e) - sqrt(b*e^(4*f*x + 4*e) + 4*a*e^(2*f*x + 2*e) - 2*b*e^(2*f*x + 2*e) + b))^10*b^(7/2
) + 340*(sqrt(b)*e^(2*f*x + 2*e) - sqrt(b*e^(4*f*x + 4*e) + 4*a*e^(2*f*x + 2*e) - 2*b*e^(2*f*x + 2*e) + b))^9*
a^4 + 77*(sqrt(b)*e^(2*f*x + 2*e) - sqrt(b*e^(4*f*x + 4*e) + 4*a*e^(2*f*x + 2*e) - 2*b*e^(2*f*x + 2*e) + b))^9
*a^3*b - 2886*(sqrt(b)*e^(2*f*x + 2*e) - sqrt(b*e^(4*f*x + 4*e) + 4*a*e^(2*f*x + 2*e) - 2*b*e^(2*f*x + 2*e) +
b))^9*a^2*b^2 + 2944*(sqrt(b)*e^(2*f*x + 2*e) - sqrt(b*e^(4*f*x + 4*e) + 4*a*e^(2*f*x + 2*e) - 2*b*e^(2*f*x +
2*e) + b))^9*a*b^3 - 640*(sqrt(b)*e^(2*f*x + 2*e) - sqrt(b*e^(4*f*x + 4*e) + 4*a*e^(2*f*x + 2*e) - 2*b*e^(2*f*
x + 2*e) + b))^9*b^4 + 3060*(sqrt(b)*e^(2*f*x + 2*e) - sqrt(b*e^(4*f*x + 4*e) + 4*a*e^(2*f*x + 2*e) - 2*b*e^(2
*f*x + 2*e) + b))^8*a^4*sqrt(b) - 16545*(sqrt(b)*e^(2*f*x + 2*e) - sqrt(b*e^(4*f*x + 4*e) + 4*a*e^(2*f*x + 2*e
) - 2*b*e^(2*f*x + 2*e) + b))^8*a^3*b^(3/2) + 19902*(sqrt(b)*e^(2*f*x + 2*e) - sqrt(b*e^(4*f*x + 4*e) + 4*a*e^
(2*f*x + 2*e) - 2*b*e^(2*f*x + 2*e) + b))^8*a^2*b^(5/2) - 7872*(sqrt(b)*e^(2*f*x + 2*e) - sqrt(b*e^(4*f*x + 4*
e) + 4*a*e^(2*f*x + 2*e) - 2*b*e^(2*f*x + 2*e) + b))^8*a*b^(7/2) + 960*(sqrt(b)*e^(2*f*x + 2*e) - sqrt(b*e^(4*
f*x + 4*e) + 4*a*e^(2*f*x + 2*e) - 2*b*e^(2*f*x + 2*e) + b))^8*b^(9/2) + 3168*(sqrt(b)*e^(2*f*x + 2*e) - sqrt(
b*e^(4*f*x + 4*e) + 4*a*e^(2*f*x + 2*e) - 2*b*e^(2*f*x + 2*e) + b))^7*a^5 - 32304*(sqrt(b)*e^(2*f*x + 2*e) - s
qrt(b*e^(4*f*x + 4*e) + 4*a*e^(2*f*x + 2*e) - 2*b*e^(2*f*x + 2*e) + b))^7*a^4*b + 48390*(sqrt(b)*e^(2*f*x + 2*
e) - sqrt(b*e^(4*f*x + 4*e) + 4*a*e^(2*f*x + 2*e) - 2*b*e^(2*f*x + 2*e) + b))^7*a^3*b^2 - 26388*(sqrt(b)*e^(2*
f*x + 2*e) - sqrt(b*e^(4*f*x + 4*e) + 4*a*e^(2*f*x + 2*e) - 2*b*e^(2*f*x + 2*e) + b))^7*a^2*b^3 + 7680*(sqrt(b
)*e^(2*f*x + 2*e) - sqrt(b*e^(4*f*x + 4*e) + 4*a*e^(2*f*x + 2*e) - 2*b*e^(2*f*x + 2*e) + b))^7*a*b^4 - 1536*(s
qrt(b)*e^(2*f*x + 2*e) - sqrt(b*e^(4*f*x + 4*e) + 4*a*e^(2*f*x + 2*e) - 2*b*e^(2*f*x + 2*e) + b))^7*b^5 - 2697
6*(sqrt(b)*e^(2*f*x + 2*e) - sqrt(b*e^(4*f*x + 4*e) + 4*a*e^(2*f*x + 2*e) - 2*b*e^(2*f*x + 2*e) + b))^6*a^5*sq
rt(b) + 28048*(sqrt(b)*e^(2*f*x + 2*e) - sqrt(b*e^(4*f*x + 4*e) + 4*a*e^(2*f*x + 2*e) - 2*b*e^(2*f*x + 2*e) +
b))^6*a^4*b^(3/2) + 8642*(sqrt(b)*e^(2*f*x + 2*e) - sqrt(b*e^(4*f*x + 4*e) + 4*a*e^(2*f*x + 2*e) - 2*b*e^(2*f*
x + 2*e) + b))^6*a^3*b^(5/2) - 11100*(sqrt(b)*e^(2*f*x + 2*e) - sqrt(b*e^(4*f*x + 4*e) + 4*a*e^(2*f*x + 2*e) -
 2*b*e^(2*f*x + 2*e) + b))^6*a^2*b^(7/2) - 1408*(sqrt(b)*e^(2*f*x + 2*e) - sqrt(b*e^(4*f*x + 4*e) + 4*a*e^(2*f
*x + 2*e) - 2*b*e^(2*f*x + 2*e) + b))^6*a*b^(9/2) + 1408*(sqrt(b)*e^(2*f*x + 2*e) - sqrt(b*e^(4*f*x + 4*e) + 4
*a*e^(2*f*x + 2*e) - 2*b*e^(2*f*x + 2*e) + b))^6*b^(11/2) - 12672*(sqrt(b)*e^(2*f*x + 2*e) - sqrt(b*e^(4*f*x +
 4*e) + 4*a*e^(2*f*x + 2*e) - 2*b*e^(2*f*x + 2*e) + b))^5*a^6 - 37536*(sqrt(b)*e^(2*f*x + 2*e) - sqrt(b*e^(4*f
*x + 4*e) + 4*a*e^(2*f*x + 2*e) - 2*b*e^(2*f*x + 2*e) + b))^5*a^5*b + 122328*(sqrt(b)*e^(2*f*x + 2*e) - sqrt(b
*e^(4*f*x + 4*e) + 4*a*e^(2*f*x + 2*e) - 2*b*e^(2*f*x + 2*e) + b))^5*a^4*b^2 - 104502*(sqrt(b)*e^(2*f*x + 2*e)
 - sqrt(b*e^(4*f*x + 4*e) + 4*a*e^(2*f*x + 2*e) - 2*b*e^(2*f*x + 2*e) + b))^5*a^3*b^3 + 38676*(sqrt(b)*e^(2*f*
x + 2*e) - sqrt(b*e^(4*f*x + 4*e) + 4*a*e^(2*f*x + 2*e) - 2*b*e^(2*f*x + 2*e) + b))^5*a^2*b^4 - 9984*(sqrt(b)*
e^(2*f*x + 2*e) - sqrt(b*e^(4*f*x + 4*e) + 4*a*e^(2*f*x + 2*e) - 2*b*e^(2*f*x + 2*e) + b))^5*a*b^5 + 2304*(sqr
t(b)*e^(2*f*x + 2*e) - sqrt(b*e^(4*f*x + 4*e) + 4*a*e^(2*f*x + 2*e) - 2*b*e^(2*f*x + 2*e) + b))^5*b^6 - 63360*
(sqrt(b)*e^(2*f*x + 2*e) - sqrt(b*e^(4*f*x + 4*e) + 4*a*e^(2*f*x + 2*e) - 2*b*e^(2*f*x + 2*e) + b))^4*a^6*sqrt
(b) + 131232*(sqrt(b)*e^(2*f*x + 2*e) - sqrt(b*e^(4*f*x + 4*e) + 4*a*e^(2*f*x + 2*e) - 2*b*e^(2*f*x + 2*e) + b
))^4*a^5*b^(3/2) - 78888*(sqrt(b)*e^(2*f*x + 2*e) - sqrt(b*e^(4*f*x + 4*e) + 4*a*e^(2*f*x + 2*e) - 2*b*e^(2*f*
x + 2*e) + b))^4*a^4*b^(5/2) + 16974*(sqrt(b)*e^(2*f*x + 2*e) - sqrt(b*e^(4*f*x + 4*e) + 4*a*e^(2*f*x + 2*e) -
 2*b*e^(2*f*x + 2*e) + b))^4*a^3*b^(7/2) - 23844*(sqrt(b)*e^(2*f*x + 2*e) - sqrt(b*e^(4*f*x + 4*e) + 4*a*e^(2*
f*x + 2*e) - 2*b*e^(2*f*x + 2*e) + b))^4*a^2*b^(9/2) + 22656*(sqrt(b)*e^(2*f*x + 2*e) - sqrt(b*e^(4*f*x + 4*e)
 + 4*a*e^(2*f*x + 2*e) - 2*b*e^(2*f*x + 2*e) + ...

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.00 \begin {gather*} \int \frac {{\left (b\,{\mathrm {sinh}\left (e+f\,x\right )}^2+a\right )}^{3/2}}{{\mathrm {cosh}\left (e+f\,x\right )}^7} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*sinh(e + f*x)^2)^(3/2)/cosh(e + f*x)^7,x)

[Out]

int((a + b*sinh(e + f*x)^2)^(3/2)/cosh(e + f*x)^7, x)

________________________________________________________________________________________